Skip to main content
PUT
Update Slot Type

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

The id of the SlotType.

Required range: x >= 1

Body

application/json
name
string

The descriptive name of the slot type.

Maximum string length: 45
Example:

"Pickable Pallets"

is_pickable
boolean

Whether locations of this type are easy to pick from.

Example:

true

sort_order
integer

The order in which this slot type's auto-assign patterns are tested, lowest first.

Required range: 0 <= x <= 65535
Example:

10

patterns
SlotTypePattern · object[]

Label patterns that automatically assign this slot type to matching locations, replacing the existing list. Stored in a canonical order rather than the submitted one.

is_fixed_capacity
boolean

Whether slots of this type hold a fixed, known amount.

Example:

true

slot_dimensions
DimensionsWHDNonNegative · object | null

Interior dimensions that describe physical extents, so none of them may be negative. All three axes are supplied together; send null rather than a partial object to clear them.

weight_capacity
WeightNonNegative · object | null

A weight that describes a capacity or an allowance rather than a measurement, and so cannot be negative. Send null rather than an object without a value to clear a stored weight.

Response

OK - The operation completed successfully and there is no response body.